This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
When developing a lotusscript web agent. I want to programmatically change the http status code (e.g. 200, 400 etc.), but I've found that domino does not allow that. For example, when I send...
Print |content-type:application/vnd.ms-excel|
... this works and the header is added, but when I send...
Print |HTTP/1.1 503 Service Temporarily Unavailable|
... Domino wraps the header in the html and sends a http status code of 200, e.g. the response is...